/* PC端、大屏幕以内 */
@media only screen and (max-width: 1680px) {
    
}

/* PC端 、一般屏幕以内 */
@media only screen and (max-width: 1200px) {
  .button_more {
    width: 134px;
	  height: 42px;
    font-size: 14px;
  }
  .home_about_more_icon {
    width: 16px;
	  height: 11px;
    margin-left: 24px;
  }
  .home_about_footer {
    justify-content: flex-start;
  }
  .home_about_more {
    margin-right: 0;
    margin-left: 6.19rem;
  }
  .news_detail_recommend {
    width: 300px;
  }
  .news_detail_recommend_item_thumbnail {
    height: calc(171px * 0.6);
  }
  .news_detail_back {
    width: 50px;
    height: 50px;
  }
  .news_detail_back_text {
    font-size: 13px;
    line-height: 14px;
  }
  .news_detail_back_icon {
    margin-top: 3px;
  }
  .news_detail_share {
    width: 50px;
  }
  .news_detail_title {
    font-size: 28px;
  }
  .news_detail_recommend_title {
    font-size: 28px;
  }
  .news_detail_recommend_item_title {
    font-size: 14px;
  }
  .contact_form_row, .contact_form_button {
    height: 50px;
  }
  .contact_form_row_textarea {
    height: 100px;
  }
  .contact_textarea {
    padding: 15px 25px;
  }
  .contact_map_wrapper {
    width: 400px;
    height: 430px;
  }
}

/* pad端（平板） */
@media only screen and (max-width: 992px) {
  /* .home_idea_pyramid_title {
    width: 3.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.2rem;
  } */
  .home_news {
    background-size: cover;
    background-position: right;
  }
  .home_contact_title {
    width: 100%;
    font-size: 0.26rem;
  }
  .home_contact_left_title {
    font-size: 0.38rem;
  }
  .home_contact_left_address {
    width: 80%;
  }
  .home_contact_qr {
    width: 136px;
	  height: 136px;
  }
  .home_contact_left_qr_title {
    width: 136px;
    font-size: 0.14rem;
    padding: 0.1rem 0;
  }
  .home_contact_list {
    width: 100%;
  }
  .home_contact_left_phone, .home_contact_left_address {
    font-size: 0.16rem;
  }
  .home_contact_left_address {
    line-height: 0.26rem;
  }
  .header_modal_menus {
    max-width: 100%;
  }
  .header_modal_menu_item {
    max-width: 30%;
  }
  .about_team_section_list_item {
    width: 3.67rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .about_team_section_list {
    flex-wrap: wrap;
  }
  .case_list {
    justify-content: space-between;
  }
  .case_item {
    margin-right: 0;
    width: 45%;
    margin-bottom: 0.4rem;
    padding-bottom: 0.8rem;
  }
  .case_item_subtitle {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
  .case_item_title {
    font-size: 0.26rem;
  }
  .news_list_item_thumbnail_img {
    width: 200px;
  }
  .news_detail_content {
    padding: 20px;
  }
  .news_detail_title, .news_detail_recommend_title {
    font-size: 16px;
  }
  .news_detail_subtitle {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .news_detail_recommend {
    width: 150px;
    padding: 10px;
  }
  .news_detail_recommend_title {
    margin-bottom: 20px;
  }
  .news_detail_recommend_item_thumbnail {
    height: calc(171px * 0.3);
    margin-bottom: 10px;
  }
  .news_detail_recommend_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news_detail_recommend_item_title_icon {
    display: none;
  }
  .contact_map_wrapper {
    width: 300px;
  }
  .contact_map {
    margin-left: 50px;
  }
  .book_img {
    max-width: 200px;
  }
  .job_top, .job_item {
    flex-direction: column;
  }
  .job_item {
    padding: 20px;
  }
  .job_item_apply, .job_infos {
    margin-top: 20px;
  }
}

/* 移动端 */
@media only screen and (max-width: 767px) {
  html {
    font-size: 75px;
  }
  .home_banner_img{
    display: block;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home_banner_video{
    display: none;
  }
  .header_links {
    display: none;
  }
  .header_icon_search {
    width: 0.16rem;
    height: 0.16rem;
  }
  .header_search, .header_login {
    font-size: 0.16rem;
  }
  .header_login {
    margin-left: 0.22rem;
  }
  .header_icon_login {
    width: 0.18rem;
    height: 0.18rem;
  }
  .header_icon_menu {
    width: 0.24rem;
  }
  .banner_title_item {
    font-size: 0.26rem;
  }
  .home_about_wrapper {
    padding: 1rem 0.2rem;
  }
  .home_about_title {
    width: 100%;
  }
  .home_about_box, .home_about_info {
    flex-direction: column;
    align-items: center;
  }
  .logo_icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
  }
  .home_about_container {
    background-size: cover;
  }
  .home_about_info_right {
    margin-left: 0;
  }
  .home_about_info_words {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .home_about_info_list {
    flex-direction: column;
  }
  .home_about_info_list_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .home_about_info_item_name {
    font-size: 0.18rem;
  }
  .home_about_info_item_value {
    font-size: 0.16rem;
  }
  .home_about_img {
    display: none;
  }
  .home_about_footer {
    justify-content: center;
  }
  .home_about_more {
    margin-left: 0;
  }
  .home_idea_wrapper {
    padding: 1rem 0.2rem;
    flex-direction: column;
  }
  .home_idea_content_item_content {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
  .home_idea_title {
    font-size: 0.26rem;
  }
  .home_idea_pyramid {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0.3rem;
  }
  .home_idea_pyramid_list {
    width: 100%;
  }
  .home_idea_pyramid_list_item {
    padding: 0 !important;
  }
  .home_idea_pyramid_title, .home_idea_pyramid_subtitle {
    line-height: 0.09rem;
  }
  .home_idea_pyramid_item_center {
    line-height: 0.18rem;
  }
  .home_news_box {
    flex-direction: column;
  }
  .home_news_wrapper {
    padding: 1rem 0.2rem;
    width: 100%;
  }
  .home_news_title {
    font-size: 0.26rem;
    width: 100%;
  }
  .home_news_list, .home_news_first {
    width: 100%;
  }
  .home_news_first {
    padding-top: 1rem;
  }
  .home_news_type_list {
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .home_news_type_list_item {
    font-size: 0.28rem;
  }
  .home_news_first_date {
    font-size: 0.14rem;
  }
  .home_news_first_date span {
    font-size: 0.32rem;
  }
  .home_news_first_title {
    font-size: 0.2rem;
  }
  .news_right, .news_right_black {
    width: 0.16rem;
    height: auto;
  }
  .home_news_list_item_left_title {
    font-size: 0.2rem;
  }
  .home_news_list_item_left_content {
    font-size: 0.14rem;
  }
  .home_news_list_item_right_date {
    font-size: 0.14rem;
  }
  .home_news_list_item_right_date span {
    font-size: 0.32rem;
  }
  .home_contact_wrapper {
    padding: 1rem 0.2rem;
  }
  .home_contact_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .home_contact_right {
    margin-top: 20px;
    width: 100%;
  }
  .icon_contact_phone {
    width: 0.48rem;
	  height: auto;
  }
  .icon_contact_book {
    width: 0.5rem;
	  height: auto;
  }
  .icon_contact_people {
    width: 0.56rem;
	  height: auto;
  }
  .home_contact_item_title {
    font-size: 0.3rem;
  }
  .home_contact_item_tips {
    font-size: 0.18rem;
  }
  .icon_right {
    width: 0.16rem;
    height: auto;
  }
  .footer {
    height: fit-content;
    padding-bottom: 0.3rem;
  }
  .footer_title {
    font-size: 0.26rem;
  }
  .footer_phone {
    font-size: 0.18rem;
  }
  .footer_police, .footer_copyright {
    font-size: 0.14rem;
  }
  .home_about_title {
    font-size: 0.26rem;
  }
  .home_idea_content, .home_about_content, .home_about_info_right, .home_contact_left_address {
    width: 100%;
  }
  .home_contact_qr {
    display: inherit;
    margin: auto;
  }
  .home_contact_left_qr_title {
    margin: auto;
  }
  .home_idea_trangle_wrapper {
    margin-right: 0;
  }
  .home_idea_trangle_item {
    font-size: 0.14rem;
  }
  .header_modal_menu_item {
    max-width: 45%;
    margin-right: 10%;
  }
  .header_modal_menu_item:nth-child(2n+2){
    margin-right: 0;
  }
  .header_modal_menu_item:nth-child(3) {
    margin-right: 10%;
  }
  .header_modal_menu_item_title a{
    font-size: 0.26rem;
  }
  .header_modal_menu_item_subtitles a {
    font-size: 0.16rem;
    margin: 0.08rem 0;
  }
  .about_partner {
    width: 100vw;
    overflow: hidden;
  }
  .about_dash {
    width: 0.22rem;
  }
  .about_banner_title {
    font-size: 0.56rem;
  }
  .about_banner_subtitle {
    font-size: 0.2rem;
  }
  .about_banner {
    padding-top: 1.4rem;
  }
  .about_header {
    display: block;
    padding: 0 0.2rem;
  }
  .location {
    margin: 0.1rem 0;
    font-size: 0.18rem;
  }
  .about_introduce, .about_culture, .about_reward {
    display: block;
    padding: 0.3rem 0.2rem;
  }
  .about_introduce_left_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .about_logo {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.1rem;
  }
  .about_introduce_left_content {
    margin-left: 0;
  }
  .about_culture_wrapper{
    display: block;
  }
  .about_culture_right_img, .about_culture_right_swiper{
    width: 100%;
  }
  .about_reward_list {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .about_reward_list_item_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .about_reward_list_item_thumbnails {
    margin-top: 0.2rem;
  }
  .about_reward_list_item {
    margin-top: 0.1rem;
  }
  .about_header_links {
    justify-content: space-between;
  }
  .about_header_link {
    margin-right: 0;
  }
  .about_header_link a {
    font-size: 0.18rem;
  }
  .about_introduce_title, .about_team_title, .about_team_section_title, .about_culture_title, .about_reward_title, .about_partner_title {
    font-size: 0.26rem;
  }
  .about_introduce_left_content_words {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
  .about_introduce_list_item_value {
    font-size: 0.16rem;
  }
  .about_introduce_list_item_name {
    font-size: 0.18rem;
  }
  .about_team_section_list_item_title {
    font-size: 0.34rem;
  }
  .about_team_section_list_item_subtitle {
    font-size: 0.16rem;
  }
  .about_team_section_list_item_icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .about_culture_tab {
    font-size: 0.34rem;
  }
  .about_culture_left_list {
    font-size: 0.4rem;
  }
  .about_culture_left_list_item_link {
    font-size: 0.18rem;
    width: 2rem;
  }
  .about_culture_right_prev_icon,.about_culture_right_next_icon {
    width: 0.16rem;
    height: 0.1rem;
  }
  .about_reward_tab {
    font-size: 0.26rem;
  }
  .about_reward_list_item_titles {
    width: 100%;
  }
  .about_reward_list_item_title_link {
    font-size: 0.18rem;
  }
  .about_reward_list_item_title_link.on {
    font-size: 0.26rem;
  }
  .about_partner_title {
    font-size: 0.52rem;
    width: 6rem;
  }
  .about_partner_subtitle {
    /* font-size: 0.3rem; */
    /* line-height: 0.42rem; */
    line-height: 0.3rem;
    width: 90%;
  }
  .team_modal_box {
    display: block;
  }
  .team_modal_left {
    margin-right: 0;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .team_modal_left_img {
    width: 100%;
  }
  .team_modal_right_title {
    font-size: 0.34rem;
    padding: 0.16rem 0;
  }
  .team_modal_right_subtitle {
    font-size: 0.18rem;
    padding-bottom: 0.14rem;
  }
  .team_modal_right_list_item {
    margin-bottom: 0.04rem;
  }
  .team_modal_right_list_item_dash {
    line-height: 0.3rem;
  }
  .team_modal_right_list_item_text {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .case_wrapper {
    padding: 0.3rem 0.2rem;
  }
  .case_item {
    width: 48%;
  }
  .case_item_more a {
    font-size: 0.16rem;
  }
  .case_item_logo{
    max-width: 100%;
    padding: 0 0 0 0;
    width: 220px;
    height: 60px;
  }
  .news_wrapper {
    padding: 0 0.2rem;
  }
  .news_list_item {
    flex-direction: column;
    padding-bottom: 0.6rem;
  }
  .news_list_item_info {
    margin: 20px 0;
  }
  .news_list_item_more {
    margin-top: 20px;
  }
  .news_list_item_thumbnail_img {
    width: 100%;
  }
  .news_page_item {
    width: 35px;
    height: 35px;
  }
  .news_detail_wrapper {
    padding: 0.2rem;
    flex-direction: column;
  }
  .news_detail_left {
    flex-direction: row;
  }
  .news_detail_share {
    flex-direction: row;
    width: fit-content;
    padding: 0 10px;
    height: 50px;
  }
  .news_detail_share_title, .news_detail_share_link {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .news_detail_content {
    margin-right: 0;
    margin-bottom: 2px;
    padding: 10px;
  }
  .flexOnlySpaceBetween{
    display: block;
    justify-content: space-between;
    line-height: 2;
  }
  .news_detail_recommend {
    width: 100%;
  }
  .news_detail_recommend_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news_detail_recommend_item {
    width: 48%;
    margin-bottom: 20px;
  }
  .news_detail_recommend_item_thumbnail {
    height: auto;
  }
  .contact_wrapper {
    padding: 0.2rem;
  }
  .contact_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact_infos {
    flex-direction: column;
  }
  .contact_info_content_title {
    font-size: 15px;
  }
  .contact_info_content_subtitle {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .contact_actions_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact_actions {
    flex-direction: column;
  }
  .contact_form {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_map {
    width: 100%;
  }
  .contact_map_wrapper {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
  .contact_form_row {
    height: 40px;
  }
  .contact_form_placeholder, .contact_input {
    font-size: 14px;
  }
  .contact_form_row_textarea {
    height: auto;
  }
  .contact_textarea {
    height: 80px;
  }
  .contact_form_button {
    height: 40px;
    font-size: 16px;
  }
  .book_img {
    display: none;
  }
  .book_title {
    font-size: 16px;
  }
  .job_subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .job_info_row {
    font-size: 14px;
  }
  .job_infos {
    width: 100%;
  }
  .job_info_row span {
    width: 80px;
  }
  .job_content {
    margin-top: 30px;
  }
  .job_content_title {
    font-size: 16px;
  }
  .job_item_title {
    font-size: 15px;
  }
  .job_item_list_item {
    font-size: 13px;
  }
  .job_item_apply {
    width: 100px;
    height: 25px;
    font-size: 14px;
  }
  .about_team_section_list_item {
    margin-right: 0;
  }
  .contact_map {
    margin-left: 0;
  }
  .search_container {
    padding: 10px;
  }
  .search_subtitle {
    font-size: 28px;
  }
  .search_item {
    display: block;
  }
  .search_item_line, .search_item_icon_right {
    display: none;
  }
  .search_item_title, .search_item_content {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .search_item_date {
    margin: 0;
    font-size: 14px;
  }
  .news_list_item_info{
      width: 100%;
  }
}
